From: André Gaul Date: Fri, 23 May 2014 17:55:05 +0000 (+0200) Subject: [alfred] fix missing alfred-gpsd binary X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=dc9b995c1e0ecb894b86f79c69b35c4cceb62cb3;p=feed%2Frouting.git [alfred] fix missing alfred-gpsd binary fixes #22 Signed-off-by: Simon Wunderlich --- diff --git a/alfred/Makefile b/alfred/Makefile index 648a5ef..de1a801 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -73,7 +73,7 @@ define Package/alfred/install $(INSTALL_DIR) $(1)/usr/sbin cp -fpR $(PKG_BUILD_DIR)/alfred $(1)/usr/sbin/ [ "x$(CONFIG_PACKAGE_ALFRED_VIS)" == "xy" ] && cp -fpR $(PKG_BUILD_DIR)/vis/batadv-vis $(1)/usr/sbin/ ; true - [ "x$(CONFIG_PACKAGE_ALFRED_GPSD)" == "xy" ] && cp -fpR $(PKG_BUILD_DIR)/vis/alfred-gpsd $(1)/usr/sbin/ ; true + [ "x$(CONFIG_PACKAGE_ALFRED_GPSD)" == "xy" ] && cp -fpR $(PKG_BUILD_DIR)/gpsd/alfred-gpsd $(1)/usr/sbin/ ; true $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/alfred.init $(1)/etc/init.d/alfred $(INSTALL_DIR) $(1)/etc/config